home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Sound / PlayMF_VU / Fireworks / Source / camdlists.h next >
Encoding:
C/C++ Source or Header  |  1998-03-02  |  667 b   |  19 lines

  1. #ifndef CAMDLISTS_H
  2. #define CAMDLISTS_H
  3.  
  4. /* ======================================================================== *
  5.       Prototypes and structures for camd and realtime list requesters
  6.                                 Written by Talin
  7.  * ======================================================================== *
  8.                         $VER: camdlists.h 0.1 (19.2.93)
  9.  * ======================================================================== */
  10.  
  11. #ifndef LISTREQ_H
  12. #include "listreq.h"
  13. #endif
  14.  
  15. LONG __stdargs SelectConductor( struct ListRequester *, char *, int, Tag, ... );
  16. LONG __stdargs SelectCluster( struct ListRequester *, char *, int, Tag, ... );
  17.  
  18. #endif
  19.